@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0px;
		padding: 0;
		border: 0px;
		font-size: 100%;
		font: inherit;
	}

	article, footer, header, menu, nav, section,form.field {
		display: block;
	}

	body {
		line-height: 1;
		width: 100%;
	}

	ol, ul {
		list-style: none;
	}

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container {
		width: 1920px;
	}

	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 2400px;
			min-width: 1920px;
		}

		.container.\37 5\25 {
			width: 1440px;
		}

		.container.\35 0\25 {
			width: 960px;
		}

		.container.\32 5\25 {
			width: 480px;
		}

		.container {
			width: 1920px;
		}
	}

	body {
		background-color: #fff;
		color: #111111;
	}

	body, input, select, textarea {
		font-family: "Lato", sans-serif;
		font-size: 15pt;
		font-weight: 300;
		line-height: 2;
	}

	a {
		transition: color 0.2s ease-in-out;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 32px 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 16px 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 32px;
		margin: 0 0 4px 0;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 19px;
	}

	h5 {
		font-size: 15px;
	}

	h6 {
		font-size: 11px;
	}

	hr {
		border: 0;
		border-bottom: solid 1px;
		max-width: 69%;
		margin: 0 20% 35px
	}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #7b6348;
	}

	a {
		color: #7b6348;
	}

	strong, b {
		color: #7b6348;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #7b6348;
	}

	hr {
		border-bottom-color: #7b6348;
	}

	.box {
		border-radius: 0;
		border: solid 1px;
		margin-bottom: 32px;
		padding: 24px;
	}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #7b6348;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		transition: background-color 0.3s ease-in-out, color 0.5s ease-in-out;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-size: 15px ;
		font-weight: 700;
		height: 55px;
		line-height: 58px;
		padding: 0 36px;
		text-align: center;
	}
		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 16px 0;
			width: 100%;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #5a5a5a;
		color: #ffffff;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #676767;
		}


		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #7b6348;
			color: #7b6348;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #fceced;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #7b6348;
			color: #ffffff;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #e85d61;
			}


	form {
		margin: 0 0 32px 0;
	}

		form .field {
			margin: 0 0 16px 0;
			
		}

			form .field.half {
				width: 47%;
				float: left;
				padding: 0 0 0 16px;
			}

				form .field.half.first {
					padding: 0 16px 0 0;
				}

		form > .actions {
			margin: 40px 0 0 0 ;
		}

	label {
		display: block;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 700;
		margin: 0 0 16px 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		appearance: none;
		border-radius: 0;
		border: none;
		border: solid 3px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 16px;
		text-decoration: none;
		width: 100%;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 44px;
	}

	textarea {
		padding: 12px 16px;
	}


	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: none;
		border-color: #fceced;
	}

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: normal;
			text-transform: none;
		}

	.image {
		border-radius: 0;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 24px 16px 0;
			top: 4px;
		}

		.image.right {
			float: right;
			margin: 0 0 16px 24px;
			top: 4px;
		}

		.image.fit {
			display: block;
			margin: 0 0 32px 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 72px 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}


	ol {
		list-style: decimal;
		margin: 0 0 32px 0;
		padding-left: 20px;
	}

		ol li {
			padding-left: 4px;
		}

	ul {
		list-style: disc;
		margin: 0 0 32px 0;
		padding-left: 16px;
	}

		ul li {
			padding-left: 8px;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 8px 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 16px 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 32px;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 16px 0 0;
				vertical-align: middle;
			}

	dl {
		margin: 0 0 32px 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 16px 0;
		}

		dl dd {
			margin-left: 32px;
		}

	ul.alt li {
		border-top-color: #7b6348;
	}

	section.special, article.special {
		text-align: center;
	}

	section .inner {
		max-width: 70%;
		width: 86%;
		margin: 0 auto;
	}

	header p {
		position: relative;
		margin: 0 0 24px 0;
	}

	header h2 + p {
		font-size: 20px;
		margin-top: -16px;
	}

	header h3 + p {
		font-size: 1.16px;
		margin-top: -14px;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 15px;
		margin-top: -12px;
	}

	header p {
		color: #717171;
	}


	body {
		position: relative;
		padding-top: 80px;
		min-width: 80%;
	}

	#header {
		background: #7b6348;
		color: #d5d5d5;
		cursor: default;
		height: 80px;
		left: 0;
		line-height: 80px;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

		#header .inner {
			max-width: 70%;
			width: 86%;
			margin: 0 0;
			position: relative;
		}

		#header .logo {
			font-family: 'Pacifico', cursive;
			display: inline-block;
			height: inherit;
			left: 4% ;
			line-height: inherit;
			margin: 0px;
			padding: 0;
			position: fixed;
			top: 0;
			color: #ffffff;
			font-size: 32px;
			text-transform: none;
			font-weight: normal;
		}

			#header .logo:hover {
				color: rgb(255, 255, 255);
			}

		#header a {
			transition: color 0.2s ease-in-out;
			display: inline-block;
			padding: 0 32px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 34px;
		}

			#header a:hover {
				color: rgba(255, 255, 255, 0.75);
				background:#91c0b5

			}

	#nav .clicky {
		font-size: 16px;
	}

	#nav {
		position: fixed;
		right: 0;
		top: 0;
		color: #fff;
		margin-right: 5% ;
		text-transform: uppercase;
	}
	

	#banner {
		background-color: #7b6348;
		color: #f2a3a5;
		padding: 172px 0 116px 0;
		background-color: #c8a277;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 15% left;
		text-align: left;
		position: relative;
		background-position: 10% ;
		background-blend-mode:soft-light;
	}

		#banner strong, #banner b {
			color: #ffffff;
		}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #fff;
		}

			#banner input[type="submit"].alt,
			#banner input[type="reset"].alt,
			#banner input[type="button"].alt,
			#banner button.alt,
			#banner .button.alt {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px #fff;
				color: #ffffff !important;
			}

				#banner input[type="submit"].alt:hover,
				#banner input[type="reset"].alt:hover,
				#banner input[type="button"].alt:hover,
				#banner button.alt:hover,
				#banner .button.alt:hover {
					background: rgba(255, 255, 255, 0.25);
				}

		#banner .inner {
			max-width: 70%;
			width: calc(100% - 144px);
			margin: 0 auto;
			position: relative;
			z-index: 10000;
			line-height: 1.5;
		}

			@media screen and (max-width: 480px) {

				#banner .inner {
					max-width: 90%;
					width: 90%;
				}

			}

		#banner h1 {
			font-size: 32px;
			margin: 0 0 16px 0;
			padding: 0;
			letter-spacing: 3px;
			font-weight: 700;
		}

			#banner h1 span {
				font-weight: 400;
			}


			#banner {
				padding: 160px 0 192px 0;

		}

	#main {
		padding: 96px 0 32px 0;
	}

	#one {
		padding: 144px 0 96px 0;
	}

	#two {
		padding: 144px 0 96px 0;
		background: #e6e1d0;
	}

		#two .inner {
			display: flex;
			flex-direction: row;
		}

			#two .inner article {
				width: 100%;
			}

				#two .inner article:first-child {
					padding-right: 96px;
				}

				#two .inner article:last-child {
					padding-left: 96px;
				}

	#three {
		padding: 20px 0 96px 0;
	}

		#three .inner {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
		}

			#three .inner article {
				width: 30%;
				display: block;
			}

				#three .inner article p {
					color: #717171;
				}

				#three .inner article .icon {
					color: #b3b3b3;
					font-size: 72px;
				}

	#footer {
		background-color: #c8a277;
		color: #f2a3a5;
		padding: 96px 0 32px 0;
		background: #c8a277;
	}

		#footer a {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1 {
			color: #ffffff;
		}


		#footer hr {
			border-bottom-color: #ffffff;
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			background-color: #5a5a5a;
			color: #ffffff;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: #676767;
			}

			#footer input[type="submit"].alt,
			#footer input[type="reset"].alt,
			#footer input[type="button"].alt,
			#footer button.alt,
			#footer .button.alt {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px #fff;
				color: #ffffff;
			}

				#footer input[type="submit"].alt:hover,
				#footer input[type="reset"].alt:hover,
				#footer input[type="button"].alt:hover,
				#footer button.alt:hover,
				#footer .button.alt:hover {
					background: rgba(255, 255, 255, 0.25);
				}

		#footer label {
			color: #ffffff;
		}

		#footer input[type="text"],
		#footer input[type="password"],
		#footer input[type="email"],
		#footer select,
		#footer textarea {
			background: none;
			border-color: rgba(255, 255, 255, 0.25);
		}

			#footer input[type="text"]:focus,
			#footer input[type="password"]:focus,
			#footer input[type="email"]:focus,
			#footer select:focus,
			#footer textarea:focus {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}


		#footer .inner {
			max-width: 70%;
			width: calc(100% - 144px);
			margin: 0 auto;
		}

		#footer .copyright {
			font-size: 15px;
			margin: 0 0 32px 0;
			padding: 0;
		}
.copyright {
	background: #7b6348;
	font-size: 15px;
	padding: 32px 0 32px 0;
	text-align: center;
	color:white;
}
.copyright a {
	color: white;
	font-weight: 700;
}

			#footer .copyright a {
				color: #f2a3a5;
			}
